From: Micah Abbott Date: Wed, 22 Oct 2025 20:22:56 +0000 (-0400) Subject: docs: fixed dead link X-Git-Tag: archive/raspbian/2025.7-2+rpi1^2^2~6^2^2~4^2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/%22stanciumarius94%40gmail.com//%22mailto:i18n-csb%40linuxcsb.org/%22/%22http:/www.example.com/%22stanciumarius94%40gmail.com/%22mailto:i18n-csb%40linuxcsb.org/%22?a=commitdiff_plain;h=7875de2186405ed62ed320e9c7389c1a0f5e7f50;p=ostree.git docs: fixed dead link Fixes: #3534 Signed-off-by: Micah Abbott --- diff --git a/docs/adapting-existing.md b/docs/adapting-existing.md index a1b738dc..480e8e4f 100644 --- a/docs/adapting-existing.md +++ b/docs/adapting-existing.md @@ -121,7 +121,7 @@ machines, you will need to choose a solution for `/etc/passwd`. The core problem is that if you add a user to the system for a daemon, the OSTree upgrade process for `/etc` will simply notice that because `/etc/passwd` differs from the previous default, it will keep the -modified config file, and your new OS user will not be visible. +modified config file, and your new OS user will not be visible. First, consider using [systemd DynamicUser=yes](https://0pointer.net/blog/dynamic-users-with-systemd.html) where applicable. This entirely avoids problems with static @@ -201,4 +201,4 @@ Then to actually deploy this tree for the next boot: `ostree admin deploy $osname/$releasename/$description` This is essentially what [rpm-ostree](https://github.com/projectatomic/rpm-ostree/) -does to support its [package layering model](https://rpm-ostree.readthedocs.io/en/latest/manual/administrator-handbook/#hybrid-imagepackaging-via-package-layering). +does to support its [package layering model](https://coreos.github.io/rpm-ostree/administrator-handbook/#hybrid-imagepackaging-via-package-layering).